home *** CD-ROM | disk | FTP | other *** search
- style label
- tabwidth 2
- get *valu.SEX
- if M
- text Son:
- elseif F
- text Daughter:
- else
- text Child:
- endif
-
- hskip 5
- style static w=-1
- get *valu.NAME
- ifnotempty
- text *it
- else
- text <unknown>
- endif
-
- newline
- style label j=right tw=2
- text Birth:
-
- hskip 5
- style static w=-1
- text *valu.BIRT.DATE
- get *valu.BIRT.PLAC
- ifnotempty
- text ", "
- text *it
- endif
-
- newline
- style label j=right tw=2
- text Death:
-
- hskip 5
- style static w=-1
- text *valu.DEAT.DATE
- get *valu.DEAT.PLAC
- ifnotempty
- text ", "
- text *it
- endif
-
- hrule
-